From 624dc330171a27f21b9664da7fc8b06bcc29be48 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 16:42:12 +0100 Subject: [PATCH] Makefile: Mention usual targets of subdir Makefiles MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Suggested-by: Roger Pau Monné Signed-off-by: Ian Jackson Acked-by: Roger Pau Monné CC: Wei Liu CC: M A Young CC: Andrew Cooper --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 51905ebbe0..2ff33dfcce 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,11 @@ test: # # Also, we have a number of targets COMPONENT which run # dist-COMPONENT, for convenience. +# +# The Makefiles invoked with -C from the toplevel should +# generally have the following targets: +# all build install clean distclean + .PHONY: dist dist: DESTDIR=$(DISTDIR)/install -- 2.30.2